Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Failure
/
getOrNull
get
Or
Null
common
open
override
fun
getOrNull
(
)
:
Nothing
?
Content copied to clipboard
Gets the value of a
Success
or
null
if this is a
Failure
.
Return
Value of a
Success
or
null
.